FileCache.markUpToDate

Marks a tile in the cache as being up to date, without changing its data.

For example, a network source might call this function when it gets an HTTP 304 Not Modified response.

class FileCache
void
markUpToDate
(
int x
,
int y
,)

Parameters

x int

the X coordinate of the tile

y int

the Y coordinate of the tile

zoomLevel int

the zoom level of the tile

Meta